Click or drag to resize

FlagIcon Enumeration

Specifies whether an item is flagged, and if it is, the color associated with the flagged item.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public enum FlagIcon
Members
  Member nameValueDescription
Purple1 Purple has been associated with the flagged item.
Orange2 Orange has been associated with the flagged item.
Green3 Green has been associated with the flagged item.
Yellow4 Yellow has been associated with the flagged item.
Blue5 Blue has been associated with the flagged item.
Red6 Red has been associated with the flagged item.
None0 No flag has been associated with the item.
See Also